home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  112 b   |  11 lines

  1. on(release){
  2.    if(checked)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(2);
  9.    }
  10. }
  11.